--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit db43085a53630245bcc82189af0c162fa02a9fe3
Parents : c14917c
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-18T05:09:47-05:00
feat(i18n): update translations for map and interfaces
Changes
8 files changed, 24 insertions(+), 8 deletions(-)
Diff
diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json
index 8e033eb3..84355759 100644
--- a/meshchatx/src/frontend/locales/de.json
+++ b/meshchatx/src/frontend/locales/de.json
@@ -1948,7 +1948,9 @@
"confirm_delete_tab": "Sind Sie sicher, dass Sie diesen Tab löschen möchten?",
"main_tab": "Haupt",
"guide_tab": "NomadNet Leitfaden",
- "parser_by": "Micron Parser von"
+ "parser_by": "Micron Parser von",
+ "wasm_active": "WASM Engine aktiv (schneller Parser)",
+ "wasm_inactive": "JS Engine aktiv (langsamer Parser, für WASM klicken)"
},
"reticulum_config_editor": {
"title": "Reticulum Konfigurations-Editor",
diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json
index 9893c55e..7bf2541b 100644
--- a/meshchatx/src/frontend/locales/en.json
+++ b/meshchatx/src/frontend/locales/en.json
@@ -2037,7 +2037,9 @@
"confirm_delete_tab": "Are you sure you want to delete this tab?",
"main_tab": "Main",
"guide_tab": "NomadNet Guide",
- "parser_by": "Using Micron Parser by"
+ "parser_by": "Using Micron Parser by",
+ "wasm_active": "WASM engine active (fast parser)",
+ "wasm_inactive": "JS engine active (slow parser, click for WASM)"
},
"reticulum_config_editor": {
"title": "Reticulum Config Editor",
diff --git a/meshchatx/src/frontend/locales/es.json b/meshchatx/src/frontend/locales/es.json
index d36039ce..db37b6eb 100644
--- a/meshchatx/src/frontend/locales/es.json
+++ b/meshchatx/src/frontend/locales/es.json
@@ -2037,7 +2037,9 @@
"confirm_delete_tab": "¿Estás seguro de que quieres borrar esta pestaña?",
"main_tab": "Main",
"guide_tab": "NomadNet Guide",
- "parser_by": "Usando Micron Parser por"
+ "parser_by": "Usando Micron Parser por",
+ "wasm_active": "Motor WASM activo (analizador rápido)",
+ "wasm_inactive": "Motor JS activo (analizador lento, haga clic para WASM)"
},
"reticulum_config_editor": {
"title": "Reticulum Config Editor",
diff --git a/meshchatx/src/frontend/locales/fr.json b/meshchatx/src/frontend/locales/fr.json
index 701c1256..0ceca1ef 100644
--- a/meshchatx/src/frontend/locales/fr.json
+++ b/meshchatx/src/frontend/locales/fr.json
@@ -2037,7 +2037,9 @@
"confirm_delete_tab": "Voulez-vous vraiment supprimer cet onglet ?",
"main_tab": "Principale",
"guide_tab": "Guide NomadNet",
- "parser_by": "Utilisation de Micron Parser par"
+ "parser_by": "Utilisation de Micron Parser par",
+ "wasm_active": "Moteur WASM actif (analyseur rapide)",
+ "wasm_inactive": "Moteur JS actif (analyseur lent, cliquez pour WASM)"
},
"reticulum_config_editor": {
"title": "Réticulum Config Editor",
diff --git a/meshchatx/src/frontend/locales/it.json b/meshchatx/src/frontend/locales/it.json
index e483eaf3..a9998299 100644
--- a/meshchatx/src/frontend/locales/it.json
+++ b/meshchatx/src/frontend/locales/it.json
@@ -2089,7 +2089,9 @@
"confirm_delete_tab": "Sei sicuro di voler eliminare questa scheda?",
"main_tab": "Principale",
"guide_tab": "Guida NomadNet",
- "parser_by": "Utilizzando il Parser Micron di"
+ "parser_by": "Utilizzando il Parser Micron di",
+ "wasm_active": "Motore WASM attivo (parser veloce)",
+ "wasm_inactive": "Motore JS attivo (parser lento, clicca per WASM)"
},
"reticulum_config_editor": {
"title": "Editor Configurazione Reticulum",
diff --git a/meshchatx/src/frontend/locales/nl.json b/meshchatx/src/frontend/locales/nl.json
index 931f0559..9804e531 100644
--- a/meshchatx/src/frontend/locales/nl.json
+++ b/meshchatx/src/frontend/locales/nl.json
@@ -2037,7 +2037,9 @@
"confirm_delete_tab": "Weet u zeker dat u dit tabblad wilt verwijderen?",
"main_tab": "Hoofd",
"guide_tab": "NomadNet-gids",
- "parser_by": "Micron Parser gebruiken door"
+ "parser_by": "Micron Parser gebruiken door",
+ "wasm_active": "WASM-engine actief (snelle parser)",
+ "wasm_inactive": "JS-engine actief (trage parser, klik voor WASM)"
},
"reticulum_config_editor": {
"title": "Reticulum Config Editor",
diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json
index 5f95c08c..c7135dd9 100644
--- a/meshchatx/src/frontend/locales/ru.json
+++ b/meshchatx/src/frontend/locales/ru.json
@@ -1948,7 +1948,9 @@
"confirm_delete_tab": "Вы уверены, что хотите удалить эту вкладку?",
"main_tab": "Основная",
"guide_tab": "Руководство NomadNet",
- "parser_by": "Micron Parser от"
+ "parser_by": "Micron Parser от",
+ "wasm_active": "Движок WASM активен (быстрый парсер)",
+ "wasm_inactive": "Движок JS активен (медленный парсер, нажмите для WASM)"
},
"reticulum_config_editor": {
"title": "Редактор конфигурации Reticulum",
diff --git a/meshchatx/src/frontend/locales/zh.json b/meshchatx/src/frontend/locales/zh.json
index 76b32b29..082747b0 100644
--- a/meshchatx/src/frontend/locales/zh.json
+++ b/meshchatx/src/frontend/locales/zh.json
@@ -2037,7 +2037,9 @@
"confirm_delete_tab": "您确定要删除此标签吗 ?",
"main_tab": "主要",
"guide_tab": "游牧网指南",
- "parser_by": "使用微量解析器"
+ "parser_by": "使用微量解析器",
+ "wasm_active": "WASM引擎已激活(快速解析)",
+ "wasm_inactive": "JS引擎已激活(慢速解析,单击切换WASM)"
},
"reticulum_config_editor": {
"title": "Reticulum 配置编辑器",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────